crypto/tls.keySharePrivateKeys.mlkem (field)
5 uses
crypto/tls (current package)
key_schedule.go#L56: mlkem crypto.Decapsulator
key_schedule.go#L184: priv.mlkem, err = ke.newMLKEMPrivateKey(seed)
key_schedule.go#L193: shareData = append(priv.mlkem.Encapsulator().Bytes(), ecdhShares[0].data...)
key_schedule.go#L195: shareData = append(ecdhShares[0].data, priv.mlkem.Encapsulator().Bytes()...)
key_schedule.go#L262: mlkemSharedSecret, err := priv.mlkem.Decapsulate(mlkemShareData)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |